Skip to content

ci(frontend-ui-audit): blobless partial clone of ui-registry#2534

Merged
c-julin merged 1 commit into
masterfrom
jc/registry-audit-blob-filter
Jun 25, 2026
Merged

ci(frontend-ui-audit): blobless partial clone of ui-registry#2534
c-julin merged 1 commit into
masterfrom
jc/registry-audit-blob-filter

Conversation

@c-julin

@c-julin c-julin commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

What

Add filter: blob:none to the Checkout ui-registry step in frontend-ui-audit.yml.

Why

The audit resolves component versions via git show v<tag>:<path>, so it clones ui-registry with fetch-depth: 0 to get all v* tags. A blobless partial clone (filter: blob:none) still fetches all commit and tag metadata — so versions resolve — but defers file-blob downloads until git show actually needs them, keeping the checkout fast.

Mirrors the same change in cloudv2's registry-drift.yml (redpanda-data/cloudv2#27428).

Test plan

  • On a PR touching frontend/src, confirm the drift comment still shows real component versions (not ?).

The audit needs all v* tags to resolve component versions, so it clones
ui-registry with fetch-depth: 0. Add filter: blob:none so it's a blobless
partial clone — commit and tag metadata is fetched but file blobs are
pulled lazily only when `git show` needs them, keeping CI fast.
@github-actions

Copy link
Copy Markdown
Contributor

Clean — no registry drift, off-token colours, or ad-hoc classes

App: frontend · Scope: diff vs origin/master · Files: 0

Count
⚠️ Outdated registry components 0
🛠 Locally-modified components 0
❓ Unknown to registry 0
🎨 Off-token palette colours 0
🔢 Ad-hoc utility classes 0

Generated by lookout audit-changes.

@c-julin c-julin merged commit c5922b7 into master Jun 25, 2026
6 checks passed
@c-julin c-julin deleted the jc/registry-audit-blob-filter branch June 25, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants